home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / alib / csup / bullet_support / obtaininfo.c next >
C/C++ Source or Header  |  1994-02-19  |  277b  |  18 lines

  1.  
  2. /* Bullet tag calls */
  3.  
  4. #include <exec/types.h>
  5. #include <clib/bullet_protos.h>
  6.  
  7.  
  8. #ifndef HYPER
  9. #define HYPER
  10. #endif
  11.  
  12. typedef struct TagItem     TagItem;
  13.  
  14. ULONG ObtainInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... )
  15. {    
  16.     return ObtainInfoA(glyphEngine, (TagItem *)&tag1);
  17. }
  18.